Welcome![Sign In][Sign Up]
Location:
Search - histogram rgb image

Search list

[Graph program彩色图像rgb三通道直方图

Description: 彩色图像rgb三通道直方图-rgb color image histogram channel 3
Platform: | Size: 3880960 | Author: 刘丹 | Hits:

[Graph programJava图像处理

Description: 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology. 1. Geometry Transform(Flip, Rotate, Scale) 2. Color Transform(Histogram, RGB-YSH Translate, Contrast, Level, Equalize in gray) 3. Convolve (Sharpness, Smooth , Edge enhancement, Mean) 4.Frequence Transform (FFT, wavelet reconstruct)
Platform: | Size: 54272 | Author: 徐林 | Hits:

[Special EffectsHistogram_HSV_36

Description: 求取彩色图象的HSV直方图,用于彩色图象的颜色特征提取.该算法基于OpenCV.-strike HSV color image histogram, Color image for the color feature extraction. The algorithm is based on OpenCV.
Platform: | Size: 1024 | Author: guolijun | Hits:

[Special Effectsimgapp

Description: 边缘检测是数字图象处理、图象分析和识别领域中的重要课题。近年来,由于彩色图象的广泛应用,使彩色数字图象处理技术日益收到关注,彩色图象边缘检测是在众多的彩色图象处理中极为重要的方法,这是因为图象分割、识别等大量的高层次彩色图象处理均建立在低层次边缘检测的基础上。本实验是将彩色RGB图象首先转换为灰度图象,然后利用经典的边缘检测算Canny算子来实现边缘检测,然后再统计出边界方向的直方图。-Edge detection is a digital image processing, image analysis and identification of important issues in the field. In recent years, due to the extensive application of color images, so color digital image processing technology increasingly received attention, color image edge detection in color image processing a large number of extremely important ways, this is because the image segmentation, identification such a large number of high-level color image processing are built on low-level edge detection based on. This experiment is the first color RGB image is converted to grayscale images, and then use the classical Canny edge detector operator to realize edge detection, and then the statistics of the histogram of the direction of the border.
Platform: | Size: 8410112 | Author: 周倩 | Hits:

[Picture Viewerhistogram

Description: 本例程提供OpenCV使用者加载彩色图像,并显示该图像转成灰阶后的直方图。适合初学者学习的范例。-This routine provides the user load OpenCV color images, and display the image into grayscale histogram after. Suitable for beginners to learn the paradigm.
Platform: | Size: 75776 | Author: Yuan Long LO | Hits:

[Special EffectsImageProcess

Description: 实现对图像的打开、另存、RGB直方图和灰度直方图的绘制、图像的指数、对数、GAMMA校正-The realization of the image open, save, RGB histogram and histogram drawing, image index, logarithm, GAMMA correction
Platform: | Size: 64512 | Author: 诸姣 | Hits:

[Graph programcolor_hist256

Description: 自己编写的提取RGB图像的包含256bin的一维直方图,首先把rgb图像转换为hsv图像,然后量化三个分量图像,最后提取一维直方图,可用于图像检索。-I have written extract contains RGB images 256bin one-dimensional histogram, first of all put rgb image is converted to hsv images, then quantified the three-component image, and finally extracted one-dimensional histogram can be used for image retrieval.
Platform: | Size: 1024 | Author: 杨红菊 | Hits:

[GDI-Bitmapimagergbhistogram

Description: image processing this for image histogram RGB
Platform: | Size: 1024 | Author: fitcher2002 | Hits:

[Graph programhistogram

Description: image segmentation K-means for image of color space RGB-image segmentation K-means for image of color space RGB
Platform: | Size: 1024 | Author: Doris | Hits:

[Wavelet40

Description: 近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(Content-Based Image Retrieval: CBIR)作为一个崭新的研究领域出现了。 本课题拟研究、分析彩色图像红、绿、蓝三基色直方图的生成、特征提取和相似度等问题,应用图像的颜色信息—三基色直方图对图像进行检索。针对基于颜色的图像检索,本文采用应用广泛的RGB颜色空间来表示图像的颜色特征,对颜色分量进行等间隔量化并形成特征矢量并对特征矢量进行归一化处理,采用图像均匀分块的方法引入图像中色彩所处的位置信息,用距离度量函数进行图像的相似性匹配。在此基础上实现了基于三基色直方图算法的检索系统。 本文的研究和实践对于促进基于内容的图像数据库检索技术的应用具有一定的参考价值和实践意义。-With the rapid development of Internet, the multimedia information is booming. All this information is mostly images. Effective recognizing, management and searching all these images have been an emergent problem. This has led the rise of a new research and development field: Content-Based Image Retrieval (CBIR). The topics to research, analysis color images red, green and blue color histogram generation, feature extraction and the similarity of the issues, application of the color image- trichromatic histogram of the image retrieval. Based on the color against the static image retrieval, this paper application of a wide range of RGB color space to indicate the color image features, the color components, such as spacing and quantitative characteristics of a feature vector and a normalization of vector processing, using uniform image block the introduction of the method in which the color image Location information, and distance measuring function similar to the image of the match. On
Platform: | Size: 408576 | Author: qichao | Hits:

[Graph programImageProcessSys

Description: 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing and image processing algorithms commonly used, such as: gray-scale image processing, image enhancement, image transformations, morphological image processing. One gray-scale image processing consists of three algorithms: color map turn gray level, gray level histogram, histogram equalization image enhancement includes: Increasing Salt and pepper noise, median filtering, sobel edge detection operator (horizontal and vertical the direction considered together), laplace operator edge detection, blur, sharpen image transformation includes: haar wavelet transform, RGB switch to HSV color space. Morphological image processing, including corrosion, swelling, open operation, closed operation.
Platform: | Size: 317440 | Author: 孙亚新 | Hits:

[Windows DevelopWinImage

Description: 图像处理相关,包括图像的直方图显示,rgb显示,滤波等功能-Image processing-related, including the image histogram display, rgb display, filtering and other functions
Platform: | Size: 3057664 | Author: 火炎 | Hits:

[matlabHSV-histogram

Description: HSV颜色空间较RGB空间更适合人的感官视觉,在HSV空间统计图像的分布特征并用于检索比在RGB空间的效果较好。-HSV color space than RGB space is more suitable for people’s senses of sight, in the HSV spatial statistical distribution of the image and is used to retrieve than in RGB space effective.
Platform: | Size: 1024 | Author: 董懂 | Hits:

[Special Effectszhifangtuguidinghua

Description: rgb图像转化为灰度图像 直方图均衡化 直方图规定化 例程-rgb image into a grayscale image histogram equalization, histogram specification routines
Platform: | Size: 2048 | Author: 刘慧 | Hits:

[matlabrgbhistogram

Description: This is a simple code for perform RGB histogram algorithm on an image.
Platform: | Size: 56320 | Author: Tan | Hits:

[Multimedia DevelopRGB

Description: 利用选定的语言实现一个图象处理平台,具有如下功能:显示彩色直方图(RGB)-The selected language using an image processing platform, has the following functions: display color histogram (RGB)
Platform: | Size: 2048 | Author: wd | Hits:

[Special Effectshistogram-for-RGB-image

Description: Histogram creation for RGB image
Platform: | Size: 4096 | Author: mike | Hits:

[Special EffectsObject-Detection

Description: matlab gui iterface finding objectes triangle and squere and cuircles grayscale images browse images histogram convert rgb image toblack and white -matlab matlab gui iterface finding objectes triangle and squere and cuircles grayscale images browse images histogram convert rgb image toblack and white
Platform: | Size: 19456 | Author: nashwa | Hits:

[Software Engineeringhistogram-of-each-part-from-RGB-image

Description: histogram of each part from RGB image
Platform: | Size: 3072 | Author: Hany Fathy | Hits:

[Otherhistogram

Description: Found histogram of a rgb image
Platform: | Size: 9216 | Author: huma443 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net